home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / TEX-UTIL / DVIPS_55 / Macros < prev    next >
Text File  |  1994-05-12  |  2KB  |  42 lines

  1. set dos$genpk <Texroot>.dospk
  2. |
  3. | MakeTexPK requires Brian Brunskwick's Bits Module (supplied)
  4. |
  5. RMEnsure Bits   1.01 RMload <texRoot>.Library.bits
  6. RMEnsure Bits   1.01 Error One Requires Bits Module
  7. |
  8. |
  9. | DVIPS stuff
  10. |
  11. Setmacro TexFig <dirname>.^.figs
  12. |
  13. | Place epsf files to be included using EPSF.STY in a directory 'figs' in the same
  14. | directory as your 'tex' work directory (but not in it). 
  15. | The EPSF file should be <name>.ps for \epsfbox{name.ps}, where <name> is a directory and 
  16. | 'ps' is the file.
  17. |
  18. Setmacro Texinputs <TexFig>,<TeXRoot>.Inps
  19. Setmacro vfpath <texroot>.dvips.fonts.f6
  20. Setmacro tfmpath <TeXRoot>.fonts.f1,<TeXRoot>.fonts.f2,<TeXRoot>.fonts.f3,<TeXRoot>.fonts.f4,<vfpath>
  21. Setmacro Texpks <TeXRoot>.fonts.f5
  22. Setmacro texconfig <texroot>.dvips
  23. setmacro headerpath <texconfig>
  24. set dvips$offset 0.0cm,-1.5cm
  25. SetMacro alias$ps1 dvips -O <dvips$offset> -o <rubbish$dir>.Apple %%*0
  26. SetMacro alias$ps  dvips -o <rubbish$dir>.Apple %%*0
  27. SetMacro alias$MakeTexPK  obey -c <tex$dir>.Obeyfiles.auto %%*0
  28. SetMacro alias$cliTexPk obey -c <tex$dir>.Obeyfiles.mktexpk %%*0
  29. SetMacro alias$dosTexPk obey -c <dos$genpk>.gendospk %%*0
  30. |
  31. | Set up command line aliases
  32. |
  33. SetMacro Alias$TeX WimpSlot 896k|mvirtex &plain  %%*0
  34. SetMacro Alias$LaTeX WimpSlot 896k|mvirtex &lplain %%*0
  35. SetMacro Alias$AmsTeX WimpSlot 896k|mvirtex &amstex  %%*0 
  36. |
  37. | Modified to include current directory as TexInputs path 
  38. |
  39. SetMacro Alias$TeX1 dirname %%0|mWimpSlot 896k|mvirtex  &plain %%*0
  40. SetMacro Alias$LaTeX1 dirname %%0|mWimpSlot 896k|mvirtex  &lplain  %%*0
  41. SetMacro Alias$AmsTeX1 dirname %%0|mWimpSlot 896k|mvirtex &amstex %%*0
  42.